3.21 \(\int \sqrt {a+b \coth ^2(x)} \tanh ^2(x) \, dx\)

Optimal. Leaf size=48 \[ \sqrt {a+b} \tanh ^{-1}\left (\frac {\sqrt {a+b} \coth (x)}{\sqrt {a+b \coth ^2(x)}}\right )-\tanh (x) \sqrt {a+b \coth ^2(x)} \]

[Out]

arctanh(coth(x)*(a+b)^(1/2)/(a+b*coth(x)^2)^(1/2))*(a+b)^(1/2)-(a+b*coth(x)^2)^(1/2)*tanh(x)

________________________________________________________________________________________

Rubi [A]  time = 0.09, antiderivative size = 48, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.294, Rules used = {3670, 475, 12, 377, 206} \[ \sqrt {a+b} \tanh ^{-1}\left (\frac {\sqrt {a+b} \coth (x)}{\sqrt {a+b \coth ^2(x)}}\right )-\tanh (x) \sqrt {a+b \coth ^2(x)} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[a + b*Coth[x]^2]*Tanh[x]^2,x]

[Out]

Sqrt[a + b]*ArcTanh[(Sqrt[a + b]*Coth[x])/Sqrt[a + b*Coth[x]^2]] - Sqrt[a + b*Coth[x]^2]*Tanh[x]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 377

Int[((a_) + (b_.)*(x_)^(n_))^(p_)/((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Subst[Int[1/(c - (b*c - a*d)*x^n), x]
, x, x/(a + b*x^n)^(1/n)] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && EqQ[n*p + 1, 0] && IntegerQ[n]

Rule 475

Int[((e_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[((e*x)^(m
 + 1)*(a + b*x^n)^(p + 1)*(c + d*x^n)^q)/(a*e*(m + 1)), x] - Dist[1/(a*e^n*(m + 1)), Int[(e*x)^(m + n)*(a + b*
x^n)^p*(c + d*x^n)^(q - 1)*Simp[c*b*(m + 1) + n*(b*c*(p + 1) + a*d*q) + d*(b*(m + 1) + b*n*(p + q + 1))*x^n, x
], x], x] /; FreeQ[{a, b, c, d, e, p}, x] && NeQ[b*c - a*d, 0] && IGtQ[n, 0] && LtQ[0, q, 1] && LtQ[m, -1] &&
IntBinomialQ[a, b, c, d, e, m, n, p, q, x]

Rule 3670

Int[((d_.)*tan[(e_.) + (f_.)*(x_)])^(m_.)*((a_) + (b_.)*((c_.)*tan[(e_.) + (f_.)*(x_)])^(n_))^(p_.), x_Symbol]
 :> With[{ff = FreeFactors[Tan[e + f*x], x]}, Dist[(c*ff)/f, Subst[Int[(((d*ff*x)/c)^m*(a + b*(ff*x)^n)^p)/(c^
2 + ff^2*x^2), x], x, (c*Tan[e + f*x])/ff], x]] /; FreeQ[{a, b, c, d, e, f, m, n, p}, x] && (IGtQ[p, 0] || EqQ
[n, 2] || EqQ[n, 4] || (IntegerQ[p] && RationalQ[n]))

Rubi steps

\begin {align*} \int \sqrt {a+b \coth ^2(x)} \tanh ^2(x) \, dx &=\operatorname {Subst}\left (\int \frac {\sqrt {a+b x^2}}{x^2 \left (1-x^2\right )} \, dx,x,\coth (x)\right )\\ &=-\sqrt {a+b \coth ^2(x)} \tanh (x)+\operatorname {Subst}\left (\int \frac {a+b}{\left (1-x^2\right ) \sqrt {a+b x^2}} \, dx,x,\coth (x)\right )\\ &=-\sqrt {a+b \coth ^2(x)} \tanh (x)+(a+b) \operatorname {Subst}\left (\int \frac {1}{\left (1-x^2\right ) \sqrt {a+b x^2}} \, dx,x,\coth (x)\right )\\ &=-\sqrt {a+b \coth ^2(x)} \tanh (x)+(a+b) \operatorname {Subst}\left (\int \frac {1}{1-(a+b) x^2} \, dx,x,\frac {\coth (x)}{\sqrt {a+b \coth ^2(x)}}\right )\\ &=\sqrt {a+b} \tanh ^{-1}\left (\frac {\sqrt {a+b} \coth (x)}{\sqrt {a+b \coth ^2(x)}}\right )-\sqrt {a+b \coth ^2(x)} \tanh (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.09, size = 42, normalized size = 0.88 \[ \tanh (x) \left (-\sqrt {a+b \coth ^2(x)}\right ) \, _2F_1\left (-\frac {1}{2},1;\frac {1}{2};\frac {(a+b) \coth ^2(x)}{b \coth ^2(x)+a}\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[a + b*Coth[x]^2]*Tanh[x]^2,x]

[Out]

-(Sqrt[a + b*Coth[x]^2]*Hypergeometric2F1[-1/2, 1, 1/2, ((a + b)*Coth[x]^2)/(a + b*Coth[x]^2)]*Tanh[x])

________________________________________________________________________________________

fricas [B]  time = 0.47, size = 1539, normalized size = 32.06 \[ \text {result too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*coth(x)^2)^(1/2)*tanh(x)^2,x, algorithm="fricas")

[Out]

[1/4*((cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 + 1)*sqrt(a + b)*log(((a*b^2 + b^3)*cosh(x)^8 + 8*(a*b^2 + b^
3)*cosh(x)*sinh(x)^7 + (a*b^2 + b^3)*sinh(x)^8 + 2*(a*b^2 + 2*b^3)*cosh(x)^6 + 2*(a*b^2 + 2*b^3 + 14*(a*b^2 +
b^3)*cosh(x)^2)*sinh(x)^6 + 4*(14*(a*b^2 + b^3)*cosh(x)^3 + 3*(a*b^2 + 2*b^3)*cosh(x))*sinh(x)^5 + (a^3 - a^2*
b + 4*a*b^2 + 6*b^3)*cosh(x)^4 + (70*(a*b^2 + b^3)*cosh(x)^4 + a^3 - a^2*b + 4*a*b^2 + 6*b^3 + 30*(a*b^2 + 2*b
^3)*cosh(x)^2)*sinh(x)^4 + 4*(14*(a*b^2 + b^3)*cosh(x)^5 + 10*(a*b^2 + 2*b^3)*cosh(x)^3 + (a^3 - a^2*b + 4*a*b
^2 + 6*b^3)*cosh(x))*sinh(x)^3 + a^3 + 3*a^2*b + 3*a*b^2 + b^3 - 2*(a^3 - 3*a*b^2 - 2*b^3)*cosh(x)^2 + 2*(14*(
a*b^2 + b^3)*cosh(x)^6 + 15*(a*b^2 + 2*b^3)*cosh(x)^4 - a^3 + 3*a*b^2 + 2*b^3 + 3*(a^3 - a^2*b + 4*a*b^2 + 6*b
^3)*cosh(x)^2)*sinh(x)^2 + sqrt(2)*(b^2*cosh(x)^6 + 6*b^2*cosh(x)*sinh(x)^5 + b^2*sinh(x)^6 + 3*b^2*cosh(x)^4
+ 3*(5*b^2*cosh(x)^2 + b^2)*sinh(x)^4 + 4*(5*b^2*cosh(x)^3 + 3*b^2*cosh(x))*sinh(x)^3 - (a^2 - 2*a*b - 3*b^2)*
cosh(x)^2 + (15*b^2*cosh(x)^4 + 18*b^2*cosh(x)^2 - a^2 + 2*a*b + 3*b^2)*sinh(x)^2 + a^2 + 2*a*b + b^2 + 2*(3*b
^2*cosh(x)^5 + 6*b^2*cosh(x)^3 - (a^2 - 2*a*b - 3*b^2)*cosh(x))*sinh(x))*sqrt(a + b)*sqrt(((a + b)*cosh(x)^2 +
 (a + b)*sinh(x)^2 - a + b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)) + 4*(2*(a*b^2 + b^3)*cosh(x)^7 + 3*(a
*b^2 + 2*b^3)*cosh(x)^5 + (a^3 - a^2*b + 4*a*b^2 + 6*b^3)*cosh(x)^3 - (a^3 - 3*a*b^2 - 2*b^3)*cosh(x))*sinh(x)
)/(cosh(x)^6 + 6*cosh(x)^5*sinh(x) + 15*cosh(x)^4*sinh(x)^2 + 20*cosh(x)^3*sinh(x)^3 + 15*cosh(x)^2*sinh(x)^4
+ 6*cosh(x)*sinh(x)^5 + sinh(x)^6)) + (cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 + 1)*sqrt(a + b)*log(-((a + b
)*cosh(x)^4 + 4*(a + b)*cosh(x)*sinh(x)^3 + (a + b)*sinh(x)^4 - 2*a*cosh(x)^2 + 2*(3*(a + b)*cosh(x)^2 - a)*si
nh(x)^2 + sqrt(2)*(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 - 1)*sqrt(a + b)*sqrt(((a + b)*cosh(x)^2 + (a + b
)*sinh(x)^2 - a + b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)) + 4*((a + b)*cosh(x)^3 - a*cosh(x))*sinh(x)
+ a + b)/(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2)) - 4*sqrt(2)*sqrt(((a + b)*cosh(x)^2 + (a + b)*sinh(x)^2
- a + b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)))/(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 + 1), -1/2*(
(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 + 1)*sqrt(-a - b)*arctan(sqrt(2)*(b*cosh(x)^2 + 2*b*cosh(x)*sinh(x)
 + b*sinh(x)^2 + a + b)*sqrt(-a - b)*sqrt(((a + b)*cosh(x)^2 + (a + b)*sinh(x)^2 - a + b)/(cosh(x)^2 - 2*cosh(
x)*sinh(x) + sinh(x)^2))/((a*b + b^2)*cosh(x)^4 + 4*(a*b + b^2)*cosh(x)*sinh(x)^3 + (a*b + b^2)*sinh(x)^4 - (a
^2 - a*b - 2*b^2)*cosh(x)^2 + (6*(a*b + b^2)*cosh(x)^2 - a^2 + a*b + 2*b^2)*sinh(x)^2 + a^2 + 2*a*b + b^2 + 2*
(2*(a*b + b^2)*cosh(x)^3 - (a^2 - a*b - 2*b^2)*cosh(x))*sinh(x))) + (cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2
 + 1)*sqrt(-a - b)*arctan(sqrt(2)*(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 - 1)*sqrt(-a - b)*sqrt(((a + b)*c
osh(x)^2 + (a + b)*sinh(x)^2 - a + b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2))/((a + b)*cosh(x)^4 + 4*(a +
 b)*cosh(x)*sinh(x)^3 + (a + b)*sinh(x)^4 - 2*(a - b)*cosh(x)^2 + 2*(3*(a + b)*cosh(x)^2 - a + b)*sinh(x)^2 +
4*((a + b)*cosh(x)^3 - (a - b)*cosh(x))*sinh(x) + a + b)) + 2*sqrt(2)*sqrt(((a + b)*cosh(x)^2 + (a + b)*sinh(x
)^2 - a + b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)))/(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 + 1)]

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*coth(x)^2)^(1/2)*tanh(x)^2,x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,x):;OUTPUT:Warn
ing, integration of abs or sign assumes constant sign by intervals (correct if the argument is real):Check [ab
s(exp(2*x)-1)]Evaluation time: 0.86Error: Bad Argument Type

________________________________________________________________________________________

maple [F]  time = 0.47, size = 0, normalized size = 0.00 \[ \int \sqrt {a +b \left (\coth ^{2}\relax (x )\right )}\, \left (\tanh ^{2}\relax (x )\right )\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*coth(x)^2)^(1/2)*tanh(x)^2,x)

[Out]

int((a+b*coth(x)^2)^(1/2)*tanh(x)^2,x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {b \coth \relax (x)^{2} + a} \tanh \relax (x)^{2}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*coth(x)^2)^(1/2)*tanh(x)^2,x, algorithm="maxima")

[Out]

integrate(sqrt(b*coth(x)^2 + a)*tanh(x)^2, x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int {\mathrm {tanh}\relax (x)}^2\,\sqrt {b\,{\mathrm {coth}\relax (x)}^2+a} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tanh(x)^2*(a + b*coth(x)^2)^(1/2),x)

[Out]

int(tanh(x)^2*(a + b*coth(x)^2)^(1/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {a + b \coth ^{2}{\relax (x )}} \tanh ^{2}{\relax (x )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*coth(x)**2)**(1/2)*tanh(x)**2,x)

[Out]

Integral(sqrt(a + b*coth(x)**2)*tanh(x)**2, x)

________________________________________________________________________________________